html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
body {
	background: #D1D1D1;
	background-image: url("../images/achtergrond.jpg");
	background-position: center 130px;
	background-repeat: repeat-x;
}

img {
	display: block;
	border: 0px;
}

td, a {
	font-family: 'trebuchet ms', arial, sans-serif;
	font-size: 13px;
	color: #494949;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}

table#main_content{
	width: 100%;
}

td#header {
	padding-left: 104px;
}
div#header {
	height: 130px;
	background: url("../images/bg-header.gif");
	background-repeat: no-repeat;
}

td#left, td#right {
	height: 129px;
	padding-top: 128px;
	padding-bottom: 128px;
}
td#left {
	padding-left : 104px;
}
td#right {
	height:429px;
	margin:0px;
	padding:0px;
	padding-right : 104px;
	background-image: url("../images/bg-winter.jpg");
	background-repeat: no-repeat;
}
